home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / utils / console / splitvt-.000 / splitvt- / splitvt-1.6.1 / NOTES < prev    next >
Encoding:
Text File  |  1995-01-07  |  1.1 KB  |  39 lines

  1.  
  2. Install Notes:
  3.  
  4.     This program has been compiled on the following UNIX systems:
  5.  
  6.         Sun/OS 4.1.x
  7.         Sun/OS 5.1  (Solaris 2.1)
  8.         ULTRIX 4.2
  9.         ULTRIX 4.3
  10.         IRIX 4.0.1
  11.         IRIX 4.0.5F
  12.         HP-UX 7.00
  13.         HP-UX 8.07
  14.         HP-UX 9.01
  15.         AT&T System V.3.2  
  16.         BSD 4.3
  17.         Linux       (by upsyf173@HRZ.Uni-Bielefeld.DE)
  18.         FreeBSD
  19.         AIX 3.2.4
  20.         NeXTStep    (by mgrlhc@NeXTwork.Rose-Hulman.Edu)
  21.         System V/88     (by tony@plaza.ds.adp.com)
  22.         MP-RAS 2.0    (by Shawn.Shealy@ColumbiaSC.NCR.COM)
  23.         
  24.     If splitvt fails to run and prints out the message:
  25. "Can't initialize screen: Your terminal lacks the XX termcap capability."
  26. then do "make clean", remove "-DTERMCAP" from the CFLAGS line in the
  27. Makefile and then recompile.
  28.  
  29.     Under AT&T System V.3.2 (a 3b2 machine) I had to add the line:
  30. CC = gcc
  31. at the top of the Makefile so that it didn't get a syntax error in
  32. /usr/include/sys/wait.h.  This particular 3b2 machine had been souped
  33. up with gcc and other exotic software. 
  34.  
  35.     Under Sun/OS 5.0 (Solaris 2.1), running gcc, the grantpt()
  36. function breaks under the -O compiling option.  Just remove that 
  37. from the CFLAGS, and everything will work fine.
  38.  
  39.